type github.com/jackc/pgx/v5/pgtype.encodePlanPathCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		path.go#L87: 		return encodePlanPathCodecText{}
		path.go#L121: type encodePlanPathCodecText struct{}
		path.go#L123: func (encodePlanPathCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {